document: 書類ビュー (docview/openview/statusview) 取得サブコマンドを追加#27
Merged
Conversation
- `xp document docview` (GET /api/v1/documents/docview) 新規書類作成用HTMLビュー取得
- `xp document docview-upload` (POST /multiapi/v1/documents/docview) 事前入力値・添付ファイル付きでHTMLビューを取得 (multipart)
- `xp document openview` (GET /api/v1/documents/{docid}/openview) 書類表示HTML取得
- `xp document statusview` (GET /api/v1/documents/{docid}/statusview) 承認進捗状況HTML取得
- HTMLダウンロード共通ヘルパー downloadBytes を追加し、既存 DownloadPDF も整理
- 対応する schema JSON (document.docview / document.docview.upload / document.openview / document.statusview) を同梱
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
内部実装として、バイナリレスポンス取得の共通ヘルパー `downloadBytes` を導入し、既存の `DownloadPDF` もそれを使うよう整理。
Test plan
refs #25
🤖 Generated with Claude Code